home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / misc / callv2_1 / readme.txt < prev    next >
Text File  |  1995-04-29  |  6KB  |  127 lines

  1.     This is a little program to keep track of the Call Signs of people that
  2.     you talk to. 
  3.  
  4.     It lets you record peoples Call Sign, Name, City, State, Basic and 
  5.     Expanded comments and print reports by Call Sign, Name, City, State or 
  6.     Basic comments.
  7.  
  8.     It lets you send the report to the screen for previewing, a disk file
  9.     for transmission, or further editing, or your printer (LPT1-4).
  10.  
  11.     I created it so that I could better remember who I talked to, and their
  12.     interests, etc.  I did write myself notes, but found that keeping track
  13.     of all those notes was a pain.  I now record the info in the computer and
  14.     print a report every once and a while, until I associate Call Signs with
  15.     people.  It may seem impersonal to some, but it helps me to remember
  16.     peoples names.  Some people can remember Call Signs easily, but many 
  17.     newcomers (such as myself) it takes a little longer to make the
  18.     association.
  19.  
  20.     It can also help clubs distribute info about members including other 
  21.     hobbies and interests, birthdates, spouse and kids names, favorite 
  22.     frequencies, bands, modes (Packet, ATV, Low power, 2-meter, RACES etc.)
  23.  
  24.     Wouldn't it be nice to give to a new member, and they can look up 
  25.     people with common interests within Amateur radio, and make friends
  26.     based on other hobbies and interests, such as photography, fishing,
  27.     etc...   New people could get involved more easily.
  28.  
  29.     This program is FREEWARE, in that you can distribute it freely to whoever
  30.     you want, and don't need to pay for it.  I created it to help me, and 
  31.     figured that others might find it of value.
  32.  
  33.     If you do find it useful, send me a postcard and say "hi".  If you have
  34.     suggestions for enhancements, send me a letter.  Send any correspondence
  35.     to Bob Slovick KE6DRF P.O. Box 27 Oakhurst, CA 93644.  If you are in the
  36.     Yosemite area give me a call on our area repeater 147.180 + (no PL).
  37.    
  38.     My special thanks to the Mountain Amateur Radio Club in Oakhurst, CA and
  39.     the Madera Amateur Radio Club in Madera, CA.
  40.  
  41.     Program Configuration Information
  42.  
  43.     Configuring your system:
  44.  
  45.     You must insure that the "CONFIG.SYS" file in the root directory
  46.     contains a statement allowing AT LEAST 40 files to be opened, as
  47.     follows:
  48.  
  49.     FILES=40
  50.  
  51.     No special installation is required. Just copy the files to the
  52.     subdirectory that you want it to create files in.  To execute, type:
  53.  
  54.        CALLSIGN.EXE
  55.  
  56.     Special configuration information:
  57.  
  58.     I also have put in an automatic screen saver, so the screen will blank
  59.     out after 10 minutes.  Just depress a space to un-blank it.  You can
  60.     change it to a different value, or eliminate the feature entirely, as
  61.     follows:
  62.  
  63.        CALLSIGN V=0 disables the feature
  64.        CALLSIGN V=5 blanks the screen after 5 minutes
  65.        CALLSIGN V=X blanks the screen after X number of minutes
  66.  
  67.     To disable the Beep on error feature, just start the program as
  68.     follows:
  69.  
  70.        CALLSIGN /B=NO
  71.  
  72.     To use the program with an enhanced keyboard, with some "compatibles"
  73.     you may need to start the program as follows:
  74.  
  75.        CALLSIGN /E
  76.  
  77.     If your computer has problems with this program automatically setting
  78.     keyboard locking, (some programs and "compatibles don't like it) start
  79.     the program as follows:
  80.  
  81.        CALLSIGN /L
  82.  
  83.     Many monitors will work better with the "fast video" option.  Some CGA
  84.     monitors will produce "snow" on the screen when this is used, so you
  85.     may want to try it and see if it improves performance. To do so, start
  86.     the program as follows:
  87.  
  88.        CALLSIGN /F
  89.  
  90.     You can also combine options.  For example, if you want to disable
  91.     "beep on error", and use the "fast video" option, start the program as
  92.     follows:
  93.  
  94.        CALLSIGN /B=N /F
  95.     ---------------------------------------------------------------------
  96.  
  97.     General System Requirements:
  98.  
  99.     The program is compatible with any IBM PC, XT, AT, PS/2 or 100%
  100.     compatible, operating on DOS version 2.0 or higher, and having 512K,
  101.     a monochrome or color monitor, and virtually any 80 column printer
  102.     (if you want printed reports.)
  103.  
  104.     CALLLTRS.DAT is the data file of general information.
  105.     CALLLTRS.KXX are the index keys for the data file to speed up access.
  106.     CALLLTRS.MEM is the memo file where expanded comments are stored.
  107.  
  108.     CALLADDR.DAT is the data file that includes club type info including
  109.                  address, phone number and other personal member info.
  110.  
  111.     REPEATER.DAT is the data file with local repeater information.
  112.  
  113.     If you don't have these files with the program, the program automatically
  114.     creates them when you first run it, with an empty database.
  115.  
  116.     This program is provided "AS IS" without warranty of any kind, either
  117.     expressed or implied, including, but not limited to the implied
  118.     warranties of merchantability and fitness for a particular purpose.
  119.     The entire risk as to the quality and performance of the program is
  120.     with you. In no event will I be liable for any damages, including any
  121.     lost profits, lost savings, or other incidental or consequential
  122.     damages arising out of the use or inability to use this program.
  123.     -------------------------------------------------------------------
  124.     IBM is a registered trademark of the International Business Machines
  125.     Co.  
  126.  
  127.